LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

IccUnknownTagType Constructor(Int32,Byte[])






Value that represents the tag's type signature.
Array that contains the tag's data.
Initializes a new IccUnknownTagType with explicit parameters. .NET support
Syntax
public IccUnknownTagType( 
   int signature,
   byte[] data
)
'Declaration
 
Public Function New( _
   ByVal signature As Integer, _
   ByVal data() As Byte _
)
'Usage
 
Dim signature As Integer
Dim data() As Byte
 
Dim instance As New IccUnknownTagType(signature, data)
public IccUnknownTagType( 
   int signature,
   byte[] data
)
function IccUnknownTagType( 
   signature ,
   data 
)
public:
IccUnknownTagType( 
   int signature,
   array<byte>^ data
)

Parameters

signature
Value that represents the tag's type signature.
data
Array that contains the tag's data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccUnknownTagType Class
IccUnknownTagType Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.